php echo html as text

27

php echo html as text -

echo '<pre>';
echo htmlspecialchars($YOUR_HTML);
echo '</pre>';

Comments

Submit
0 Comments